-
Home
-
Seraphinite Accelerator
-
2.22.16
-
Code
-
Classes
- ExpressionToken
Total Complexity |
40 |
Dependencies |
3 |
Dependents |
3 |
Total lines |
153 |
Lines of code |
110 |
Logical lines of code |
48 |
Comment lines |
1 |
Methods |
30 |
Properties |
8 |
Methods 30
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
isEnclosedWithinParenthesis() |
S |
76 |
3 |
3 |
isVariable() |
S |
78 |
3 |
3 |
toArray() |
S |
64 |
2 |
10 |
getToken() |
S |
78 |
2 |
3 |
endsWith() |
S |
66 |
2 |
8 |
setNoQuotes() |
S |
77 |
2 |
3 |
getTrim() |
S |
78 |
2 |
3 |
getUpper() |
S |
78 |
2 |
3 |
isFunction() |
S |
80 |
1 |
3 |
isSign() |
S |
80 |
1 |
3 |
isSubQuery() |
S |
80 |
1 |
3 |
isConstant() |
S |
80 |
1 |
3 |
isColumnReference() |
S |
80 |
1 |
3 |
isCustomFunction() |
S |
80 |
1 |
3 |
isAggregateFunction() |
S |
80 |
1 |
3 |
revokeQuotation() |
S |
75 |
1 |
4 |
isUnspecified() |
S |
80 |
1 |
3 |
__construct() |
S |
64 |
1 |
10 |
isInList() |
S |
80 |
1 |
3 |
isOperator() |
S |
80 |
1 |
3 |
isBracketExpression() |
S |
80 |
1 |
3 |
addToken() |
S |
81 |
1 |
3 |
isSubQueryToken() |
S |
79 |
1 |
3 |
isVariableToken() |
S |
79 |
1 |
3 |
isCommaToken() |
S |
80 |
1 |
3 |
isWhitespaceToken() |
S |
80 |
1 |
3 |
setTokenType() |
S |
81 |
1 |
3 |
getSubTree() |
S |
82 |
1 |
3 |
setSubTree() |
S |
81 |
1 |
3 |
isExpression() |
S |
80 |
1 |
3 |